Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.routing.escalation.scheduler.config--schedule

This contribution is part of XML component org.nuxeo.ecm.platform.routing.escalation.scheduler.config inside nuxeo-routing-core-9.10.jar /OSGI-INF/document-routing-escalation-scheduler-contrib.xml

Extension Point

Extension point schedule of component org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService

Contributed Items

  • <schedule id="escalationScheduler">
          <eventId>executeEscalationRules</eventId>
          <eventCategory>escalation</eventCategory>
          <!-- every 5 mins -->
          <cronExpression>0 0/5 * * * ?</cronExpression>
        </schedule>
    schedule escalationScheduler

XML Source

<extension point="schedule" target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">

    <schedule id="escalationScheduler">
      <eventId>executeEscalationRules</eventId>
      <eventCategory>escalation</eventCategory>
      <!-- every 5 mins -->
      <cronExpression>0 0/5 * * * ?</cronExpression>
    </schedule>

  </extension>